1.1. 러스트 설치

rustup

리눅스

curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh

Pasted image 20240429232507.png
기본적으로 이렇게 화면이 뜬다.
Pasted image 20240429232631.png
설치를 커스터마이징 하는 것도 가능하다.
Pasted image 20240429232722.png
정상적으로 설치되었다면, Great 문구가 출력된다.

윈도우

추후 수정

트러블 슈팅

Pasted image 20240429233016.png
다음과 같이 rustc, rustup 명령어가 먹힌다면 성공적으로 설치가 된 것이다.